home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / backends / aqofxconnect / dialogs / dlg_ofx_special.dlg < prev   
Extensible Markup Language  |  2014-12-19  |  2KB  |  48 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ao_ofx_special" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <widget type="gridLayout" columns="2" flags="fillX" >
  19.  
  20.       <widget type="label" text="HTTP Version" />
  21.       <widget type="comboBox" name="httpVersionCombo"  columns="20" flags="fillX readOnly" />
  22.  
  23.       <widget type="label" text="Client UID" />
  24.       <widget type="lineedit" name="clientUidEdit"  columns="20" flags="fillX" />
  25.  
  26.       <widget type="label" text="Security Type" />
  27.       <widget type="lineedit" name="securityTypeEdit"  columns="20" flags="fillX" />
  28.  
  29.     </widget>
  30.  
  31.     <widget type="checkBox" name="forceSslv3Check" text="Force SSLv3" />
  32.     <widget type="checkBox" name="emptyBankIdCheck" text="Send Empty Bank Id" />
  33.     <widget type="checkBox" name="emptyFidCheck" text="Send Empty FID" />
  34.     <widget type="checkBox" name="shortDateCheck" text="Send Short Date" />
  35.  
  36.     <!-- wizard controls -->
  37.     <widget type="hLine" flags="fillX" />
  38.     <widget type="hlayout" flags="fillX equalWidth" >
  39.       <widget type="pushButton" text="Help"     name="helpButton" />
  40.       <widget type="hspacer" flags="fillX" />
  41.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  42.       <widget type="pushButton" text="Abort"  name="abortButton" />
  43.     </widget>
  44.  
  45.   </widget>
  46.  
  47. </dialog>
  48.